home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / bcsrce2.zip / DEMO2.BAT < prev    next >
DOS Batch File  |  1990-10-18  |  273b  |  21 lines

  1. echo off
  2. cls
  3. cls
  4. echo.
  5. bigecho  ANSI.SYS
  6. echo.
  7. echo.
  8. echo.
  9. echo.
  10. echo.
  11. bigecho Installed?
  12. box2 1 1 23 80
  13. chekbox4 0 0
  14. rem if exist yes.yes goto ANSIYES
  15. rem ERASE no.no > nul
  16. if errorlevel 2 goto ANSIYES
  17. bcdemo4
  18. :ANSIYES
  19. rem ERASE yes.yes > nul
  20. bcdemo3
  21.